home *** CD-ROM | disk | FTP | other *** search
- 19394
- #
- #
- #
- # badplay.mpl
- #
- # An bad player that tries to follow you
- #
- # Author ID Date
- # ------------ ----------- ---------
- # Serge Sibony 100417,2633 09/14/95
- #
- #
- # This file is a mpl effect definition used by MidiLang
- # MidiLang can be found at the MidiForum, in the
- # Windows sound media library.
- #
- #
- # This effect creates a fellow that tries to follow you
- # but he's not as good as you :-)
- #
- #
-
- Label Main
-
- vel== 0
- goto end
-
- v+= 1 40
- v+=note 1
-
- v>vel 1
- v-= 1 100
-
- label loop
-
- v> 1 0
- goto ok2
-
- v+= 1 40
- goto loop
-
- label ok2
- v+=note 2
- v+=vel 2
-
- v< 2 500
- goto ok
-
- note+= 1
- v-= 2 100
-
- label ok
-
- v=v 5 1
- v*= 5 5
- time+=v 5
-
- outmidi
-
- vel= 0
-
- v=v 5 1
- v*= 5 3
-
- time+=v 5
-
-
- time+= 20
-
- outmidi
-
- label end
-
- End
-
- descript an almost real bad player
- descript that tries to follow you
- descript but he's not so good !!
-